home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / boot / czesc_2 / newpop-4.1 / makefile < prev    next >
Makefile  |  1993-04-13  |  291b  |  13 lines

  1. #
  2. # Makefile for NewPop under SAS/C v6.2
  3. # Last update: Loren J. Rittle  Tue Apr 13 20:20:18 1993
  4. #
  5.  
  6. CCFLAGS = data=near strmerge nodebug parms=reg code=near nostkchk ignore=120
  7.  
  8. NewPop: NewPop.c
  9.     $(CC) $(CCFLAGS) NewPop.c LINK SMALLDATA SMALLCODE
  10.  
  11. clean:
  12.     delete force NewPop \#?.o \#?.bak
  13.